Skip to main content

DescribeVulConfig

Description

Get global vulnerability scan configuration information.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeVulConfig

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
TypeBODYstringNoNo sample value for this parameter.vulnerability classification.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
TotalCountintegerno demo valuereturns the total number of records.
Typestringno demo valuevulnerability classification.
TargetConfigsarrayno demo valuevulnerability scanning global configuration list. see the following parameter description for specific sub-items.
RequestIdstringno demo valuerequest ID.
Configstringno demo valuevulnerability scanning global configuration information, on or off.

Example

Successful Response example

{
"TotalCount":"no demo value",
"Type":"no demo value",
"TargetConfigs":"no demo value",
"RequestId":"no demo value",
"Config":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}